home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
081
/
uplimit.arc
/
UPLIMIT.INF
< prev
Wrap
Text File
|
1986-10-03
|
2KB
|
52 lines
/* UPLIMIT - Limit uploads unless we have room
Version 1.10, created on 10/03/86 at 02:37:21
(C) COPYRIGHT 1986 by System Enhancement Associates; ALL RIGHTS RESERVED
By: Thom Henderson
Description:
This program changes the privilege level of the Fido Upload
command based on the amount of room left on the upload disk.
Instructions:
Run this program with a statement of the form:
uplimit [<drive>] <limit>
The <drive> is given in standard DOS notation of A:, B:, etc.
if no drive is specified, then the current drive is used.
The <limit> is the threshold value. If the disk in question has
that much room or more, then uploads will be permitted. If it
has less than that amount of available room, then uploads will
be restricted.
A <limit> may be specified in any of the following ways:
1234 1234 bytes.
1234K 1234 times 1024 bytes.
1234M 1234 times 1024 times 1024 bytes.
As distributed, this program will restrict uploads by making it
a privileged command, and enable uploads by making it a normal
command.
SPECIAL NOTES:
This program is the copyrighted property of System Enhancement
Associates. You are permitted to copy and distribute it,
subject to the following conditions:
1) It must be distributed in its original, unaltered form.
2) It must be distributed as a complete set of all files.
3) You may NOT charge in any way for such distribution.
You are also permitted to modify it to suit your needs, provided
only that you do not distribute the modified version.
Language:
Computer Innovations Optimizing C86